home *** CD-ROM | disk | FTP | other *** search
/ People & Parliament - A …er's Guide to Westminster / People and Parliament - A Stranger's Guide to Westminster (1998)(House of Commons).iso / parl / 8bit80.dir / 00029_Text_New Text Document.txt < prev    next >
Text File  |  1998-03-23  |  422b  |  27 lines

  1. on enterframe
  2.  global framelbl
  3.  put the frame into framelbl
  4.  cursor -1
  5. end enterframe
  6.  
  7. set the memberNum of sprite 2 to 12
  8.  UPDATESTAGE
  9.  
  10. on exitFrame
  11.  global framelbl
  12.  put the frame into thisframe
  13.  if rollover(2) then
  14. set the memberNum of sprite 2 to 12
  15.  UPDATESTAGE
  16.   repeat while rollover(2)=TRUE and the mousedown=FALSE
  17.    NOTHING
  18.   END REPEAT
  19.  
  20.  
  21.  else go to THE FRAME
  22.  
  23.  
  24.  
  25.  go to the frame
  26.  
  27. end